home *** CD-ROM | disk | FTP | other *** search
/ IRIX Installation Tools & Overlays 2002 November / SGI IRIX Installation Tools & Overlays 2002 November - Disc 4.iso / dist / motif21_dev.idb / usr / Motif-2.1 / include / Xm / PushBG.h.z / PushBG.h
C/C++ Source or Header  |  2002-10-15  |  2KB  |  63 lines

  1. /* 
  2.  *  @OSF_COPYRIGHT@
  3.  *  COPYRIGHT NOTICE
  4.  *  Copyright (c) 1990, 1991, 1992, 1993 Open Software Foundation, Inc.
  5.  *  ALL RIGHTS RESERVED (MOTIF). See the file named COPYRIGHT.MOTIF for
  6.  *  the full copyright text.
  7. */ 
  8. /* 
  9.  * HISTORY
  10. */ 
  11. /*   $XConsortium: PushBG.h /main/12 1995/07/13 17:43:54 drk $ */
  12. /*
  13. *  (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
  14. /*
  15. *  (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  16. /*
  17. *  (c) Copyright 1988 MASSACHUSETTS INSTITUTE OF TECHNOLOGY  */
  18. /*
  19. *  (c) Copyright 1988 MICROSOFT CORPORATION */
  20. /***********************************************************************
  21.  *
  22.  * PushButton Widget
  23.  *
  24.  ***********************************************************************/
  25.  
  26. #ifndef _XmPButtonG_h
  27. #define _XmPButtonG_h
  28.  
  29. #include <Xm/Xm.h>
  30.  
  31. #ifdef __cplusplus
  32. extern "C" {
  33. #endif
  34.  
  35. #ifndef XmIsPushButtonGadget
  36. #define XmIsPushButtonGadget(w) XtIsSubclass(w, xmPushButtonGadgetClass)
  37. #endif /* XmIsPushButtonGadget */
  38.  
  39. externalref WidgetClass xmPushButtonGadgetClass;
  40.  
  41. typedef struct _XmPushButtonGadgetClassRec   *XmPushButtonGadgetClass;
  42. typedef struct _XmPushButtonGadgetRec        *XmPushButtonGadget;
  43. typedef struct _XmPushButtonGCacheObjRec     *XmPushButtonGCacheObject;
  44.  
  45.  
  46. /********    Public Function Declarations    ********/
  47.  
  48. extern Widget XmCreatePushButtonGadget( 
  49.                         Widget parent,
  50.                         char *name,
  51.                         ArgList arglist,
  52.                         Cardinal argcount) ;
  53.  
  54. /********    End Public Function Declarations    ********/
  55.  
  56.  
  57. #ifdef __cplusplus
  58. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  59. #endif
  60.  
  61. #endif /* _XmPButtonG_h */
  62. /* DON'T ADD ANYTHING AFTER THIS #endif */
  63.